CONSTANTS
---------
progrmtitle "PROGRAMNAME" - Title of program shown on JFUpdate screen
shortptitle "SHORTNAME" - Short (1 or 2 word, no version) name of old program
programexec "PROGRAM.EXE" - Name of main executable

FUNCTIONS
---------
chgprogname "NEW PROGRAM NAME" - Change name displayed in Add/Remove Programs (registry and st6unst.log)
extractfile "FILE.EXT" - Extract file to program file directory, add entry to st6unst.log if needed
extractlbry "LIBRARY.DLL" - Install a DLL or OCX to program file directory, run Windows/System/regsvr32 to register
wsystemlbry "LIBRARY.DLL" - Install a shared DLL or OCX to Windows/System, run Windows/System/regsvr32 to register
deletepfile "FILE.EXT" - Delete file from program file directory, remove entry from st6unst.log
mkstrtfoldr "NAME OF FOLDER" - Make a Start menu folder
mkpshortcut "NAME OF SHORTCUT" "FILE.EXT" - Make a shortcut to a file in the program file directory (placed in group last created with mkstrtfoldr)
delstrtfldr "NAME OF FOLDER" - Remove a Start menu folder and all shortcuts inside
delshortcut "NAME OF FOLDER" "NAME OF SHORTCUT" - Delete a shortcut
